}
//here's the interesting stuff
- &:hover {
+ &:hover, &:prelight-page {
border-color: $borders_color;
}
&:active, &:backdrop:active {
border-color: transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
- &:hover {
+ &:hover, &.prelight-page {
border-color: transparentize($borders_color,0.7);
border-bottom-color: transparentize($borders_color,0.7);
background-color: transparentize($bg_color,0.8);
// this doesn't affect labels on reorderable pages, not css fault.
padding: 0 2px; // needed for a nicer focus ring
font-weight: bold;
- color: $insensitive_fg_color;
+ color: $insensitive_fg_color; /* color: inherit doesn't work here */
// prelight tab text
&.prelight-page {
.tooltip * { //Yeah this is ugly
padding: 4px;
background-color: transparent;
+ color: inherit; // just to be sure
}
/*****************
.notebook tab.right {
padding-left: 17px;
border-left-width: 3px; }
- .notebook tab:hover {
+ .notebook tab:hover, .notebook tab:prelight-page {
border-color: #1c1f1f; }
.notebook tab:active, .notebook tab:backdrop:active {
border-color: #215d9c; }
border-color: transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent; }
- .notebook tab.reorderable-page:hover {
+ .notebook tab.reorderable-page:hover, .notebook tab.reorderable-page.prelight-page {
border-color: rgba(28, 31, 31, 0.3);
border-bottom-color: rgba(28, 31, 31, 0.3);
background-color: rgba(57, 63, 63, 0.2); }
.notebook tab GtkLabel {
padding: 0 2px;
font-weight: bold;
- color: #939695; }
+ color: #939695;
+ /* color: inherit doesn't work here */ }
.notebook tab GtkLabel.prelight-page {
color: #c0c2c0; }
.notebook tab GtkLabel.active-page {
.tooltip * {
padding: 4px;
- background-color: transparent; }
+ background-color: transparent;
+ color: inherit; }
/*****************
* Color Chooser *
.notebook tab.right {
padding-left: 17px;
border-left-width: 3px; }
- .notebook tab:hover {
+ .notebook tab:hover, .notebook tab:prelight-page {
border-color: #a1a1a1; }
.notebook tab:active, .notebook tab:backdrop:active {
border-color: #4a90d9; }
border-color: transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent; }
- .notebook tab.reorderable-page:hover {
+ .notebook tab.reorderable-page:hover, .notebook tab.reorderable-page.prelight-page {
border-color: rgba(161, 161, 161, 0.3);
border-bottom-color: rgba(161, 161, 161, 0.3);
background-color: rgba(237, 237, 237, 0.2); }
.notebook tab GtkLabel {
padding: 0 2px;
font-weight: bold;
- color: #8d9091; }
+ color: #8d9091;
+ /* color: inherit doesn't work here */ }
.notebook tab GtkLabel.prelight-page {
color: #5d6263; }
.notebook tab GtkLabel.active-page {
.tooltip * {
padding: 4px;
- background-color: transparent; }
+ background-color: transparent;
+ color: inherit; }
/*****************
* Color Chooser *